/* CSS Document */
/*body*/
#container{width:1200px;margin:0 auto;}

/*header*/
#header{
width:1200px;
height:501px;
background-image:url(images/banner-photo-2.gif);
}
#txt{font-size:18px;
font-family: "ºÚÌå";}
#border{
	width:1200px;
	height:8px;
	background-color: #0a2b41;
}

#txt2{letter-spacing:5px;line-height:50px;margin-top:40px;margin-left:60px;margin-right:60px;}
.clearfloat{clear:both;height:0;font-size:1px;line-height:0px}
/*footer*/
#footer{
	height:216px;
	background:#0a2b41;
	margin-top:300px;
	}	
.clearfloat{clear:both;height:0;font-size:1px;line-height:0px}
a{ color:#333; text-decoration:none;}
a:hover{ color:#30F; text-decoration:underline;}
a:active{ color:#30F;}

       height: 100%;
            }
            
            #div1 {
	width:1046px;
	height: -6px;
	border: 3px;
	top: 1266px;
	left: 230px;
            }
            
            #div2 {
                margin-right: -30px;
                margin-bottom: -30px;
                overflow: auto;
            }
            
            .box {
                position: relative;
                width: 350px;
                height: 250px;
                margin: 30px 30px 30px 25px;
                background-size: 100% 100%;
                float: left;
            }
            .box img{
                width: 350px;
                height: 250px;
            }
            
            .box:hover .details {
                display: block;
            }
            
            .text {
	position: absolute;
	bottom: 0px;
	width: 100%;
	line-height: 30px;
	background-color: rgba(0, 0, 0, 0.3);
	left: 0px;
            }
            
            .blank {
                float: left;
                width: 80px;
                background-color: transparent;
                height: 30px;
            }
            
            .h3 {
                float: left;
                width: 175px;
                text-align: center;
                color: #ffffff;
            }
            
            .details {
                color: #FFFFFF;
                display: none;
            }
            
            .price {
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                width: 90px;
                background-color: rgba(0, 0, 0, 0.3);
                color: white;
            }
            
            .price div {
                height: 30px;
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                margin: auto;
            }
			